home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / advancec.arc / READ.ME < prev    next >
Text File  |  1992-01-24  |  752b  |  25 lines

  1. Corrections/Changes to Advanced C disk
  2.  
  3. Note: the GRFUSER.C function is in a directory called GRFUSER, not AUX
  4. as indicated in the software manual. makefiles for UNIX are called
  5. MAKEFILE.UNX, not MAKEFILE.UNIX.
  6.  
  7. V1.03    06 May 1986
  8. -----------------
  9. Missing makefiles for DOS added and makefiles for UNIX renamed. defs0.h
  10. created from defs.h.
  11.  
  12. GRFUSER.C changed for Microsoft's compiler, which uses a different 
  13. structure name in the dos.h file and a peek() function is added. This file
  14. must be compiled use the /Ze or /Me option as peek() uses a pointer to a
  15. far object.
  16.  
  17. V1.02 04 April 1986
  18. -------------------
  19. Small cleanup of NULL definition and typos corrected.
  20.  
  21. V1.01 13 Feb 1986
  22. -----------------
  23. First software release.
  24.  
  25.